.common-modal-20231026 {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10000;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.common-modal-20231026 .wrap-20231026 {
  width: 460px;
  background: #FFFFFF;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  padding: 30px 34px 24px 34px;
  position: relative;
}
.common-modal-20231026 .wrap-20231026 .modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.common-modal-20231026 .wrap-20231026 .wrap-title {
  display: flex;
  align-items: center;
  height: 20px;
  margin-bottom: 18px;
}
.common-modal-20231026 .wrap-20231026 .wrap-title > img {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.common-modal-20231026 .wrap-20231026 .wrap-title .modal-text {
  font-size: 14px;
  font-weight: bold;
  color: #262626;
  line-height: 20px;
  letter-spacing: 1px;
}
.common-modal-20231026 .wrap-20231026 .modal-tip {
  height: 22px;
  font-size: 14px;
  color: #262626;
  line-height: 22px;
  margin-bottom: 86px;
}
.common-modal-20231026 .wrap-20231026 .modal-footer {
  display: flex;
  justify-content: flex-end;
}
.common-modal-20231026 .wrap-20231026 .modal-footer > span {
  height: 40px;
  border-radius: 6px;
  padding: 0 30px;
  line-height: 40px;
  font-size: 14px;
  color: #262626;
  user-select: none;
  cursor: pointer;
}
.common-modal-20231026 .wrap-20231026 .modal-footer .modal-cancel {
  background: #F0F0F0;
  color: #262626;
  margin-right: 16px;
}
.common-modal-20231026 .wrap-20231026 .modal-footer .modal-confirm {
  background: #008BFF;
  color: #FFFFFF;
}
/*# sourceMappingURL=./showFreeModal.css.map */